Jump to content
  • 0

Помогите прибить div к низу


tpa2111
 Share

Question

#sidebar {
float: right;
width: 320px;
margin: 0px;
padding: 0px 0px 10px 0px;
display: inline;
}

.logocounter {
background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
float: left;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #DDDDDD;
}

<div id="sidebar">

... Всякие виджеты ...

<div class="logocounter">
... Коды счетчиков ...
</div>
</div>

Есть ли возможность прибить к низу <div class="logocounter">?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

если высота logocounter известна - просто padding-bottom у sidebar соответствующий выставить, установить у него position:relative; а у logocounter position:absolute; и left:0; bottom:0;

а вообще не совсем понятна задача... logocounter и так внизу будет...

Link to comment
Share on other sites

  • 0
если высота logocounter известна - просто padding-bottom у sidebar соответствующий выставить, установить у него position:relative; а у logocounter position:absolute; и left:0; bottom:0;

а вообще не совсем понятна задача... logocounter и так внизу будет...

не вышло :) , я хотел бы чтоб блок logocounter прилепился к футеру, а он лепится к последнему виджету, к блоку ссылок

жуткое решение это пока margin: 900px 0px 10px 0px;

можно на сайте посмотреть

Link to comment
Share on other sites

  • 0

в sidebar добавил height:100%

в logocounter добавил position:relative;

не помогло(((, div logocounter так и прилепен к нижнему краю соседнего последнего дива, а нужно чтоб к низу родительского дива, где еще что почитать про то как прибиваются дивы???

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy